Bond
 
Loading...
Searching...
No Matches
customize.h
1// Copyright (c) Microsoft. All rights reserved.
2// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
4#pragma once
5
6#include <bond/core/config.h>
7
8#include "traits.h"
9
10namespace bond
11{
12
13
14template <typename T> struct
15is_protocol_enabled
16 : std::false_type {};
17
18
19}
namespace bond
Definition: apply.h:17